home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / commo642.zip / GUIDE.MAC < prev    next >
Text File  |  1995-03-18  |  3KB  |  69 lines

  1.  {:start}
  2.         {disp ,,,^[[6H^[[J} {cursor no}
  3.         {disp 08,22,4e,╔═════════════════════════════════════╗}
  4.         {disp 09,22,4e,║                                     ║}
  5.         {disp 10,22,4e,║  This is ^(COMMO^)'s New User Guide!  ║}
  6.         {disp 11,22,4e,║                                     ║}
  7.         {disp 12,22,4e,║ It will show you around some of the ║}
  8.         {disp 13,22,4e,║ features of the program.            ║}
  9.         {disp 14,22,4e,║                                     ║}
  10.         {disp 15,22,4e,║ Press F1 at any time to bring up    ║}
  11.         {disp 16,22,4e,║ context-related Online Help.        ║}
  12.         {disp 17,22,4e,║                                     ║}
  13.         {disp 18,22,4e,║ Press Esc to exit each window when  ║}
  14.         {disp 19,22,4e,║ you are ready to continue.          ║}
  15.         {disp 20,22,4e,║                                     ║}
  16.         {disp 21,22,4e,║ Now press Alt-G to edit Setup File. ║}
  17.         {disp 21,34,ce,Alt-G}
  18.         {disp 22,22,4e,║                                     ║}
  19.         {disp 23,22,4e,╚═════════════════════════════════════╝}
  20.         {}
  21.  
  22.  {:alg}
  23.         {setup}
  24.         {disp ,,,^[[6H^[[J}
  25.         {disp 10,17,70,┌─────────────────────────────────────────────┐}
  26.         {disp 11,17,70,│  IMPORTANT:  Changes to items in the Setup  │}
  27.         {disp 12,17,70,│              File are not effective until   │}
  28.         {disp 13,17,70,│              you restart ^(COMMO^)!           │}
  29.         {disp 14,17,70,│                                             │}
  30.         {disp 15,17,70,│     Now press Alt-D to view and edit the    │}
  31.         {disp 15,33,f0,Alt-D}
  32.         {disp 16,17,70,│     Dialing Directory.                      │}
  33.         {disp 17,17,70,└─────────────────────────────────────────────┘} {}
  34.  {:ald}
  35.         {dial}
  36.         {disp ,,,^[[6H^[[J}
  37.         {disp 12,18,70,┌───────────────────────────────────────────┐}
  38.         {disp 13,18,70,│  Press F10 for a Macro File menu example. │}
  39.         {disp 13,27,f0,F10}
  40.         {disp 14,18,70,└───────────────────────────────────────────┘} {}
  41.  
  42.  {:nf0}
  43.         {disp 6,1,,^[[J}
  44.         {setv _menu1,    This is a menu created with ^(COMMO^)'s}
  45.         {setv _menu2,    macro language.  Menus in the main}
  46.         {setv _menu3,    Macro File are used to select Upload}
  47.         {setv _menu4,      and Download Protocols, and for
  48.         {setv _menu5,         starting Utility Features.}
  49.         {setv _menu7,            Press "A" to ring.}
  50.         {setv _menu8,            Press "B" to beep.}
  51.         {setv _menu9,            Press "C" to continue.}
  52.         {setv _mlabel,alarm,beep,continue}
  53.         {setv _mcolor,03,47}
  54.         {wind-k1}
  55.         {menu 13,47,Sample Macro Menu} {goto continue}
  56.  
  57.  {:alarm} {alarm 1} {goto nf0}
  58.  {:beep} {beep} {goto nf0}
  59.  {:continue}
  60.         {wind-k0}
  61.         {disp ,,,^[[6H^[[J}
  62.         {disp 10,15,17,┌──────────────────────────────────────────────────┐}
  63.         {disp 11,15,17,│    Now you must exit and restart the program.    │}
  64.         {disp 12,15,17,│ To restart, just type "commo" at the DOS prompt. │}
  65.         {disp 13,15,17,│         (Press Alt-X to return to DOS.)          │}
  66.         {disp 13,32,97,Alt-X}
  67.         {disp 14,15,17,└──────────────────────────────────────────────────┘}
  68.         {}
  69.